home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_133.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  379 b   |  11 lines

  1. ASIN (Arc Sine)
  2. Calculates the arc sine, or inverse, of a sine. The result is the corresponding angle in radians, in the range -PI/2 to PI/2.
  3.  
  4. Format: ASIN (number)
  5.  
  6. Argument:
  7. ΓÇó  number: A sine value or a simple operation that yields a sine. Valid range is -1.0 to 1.0.
  8.  
  9. Example:
  10. ASIN (1) returns 1.570.
  11. Shows that the arc sine of 1 is PI/2 radians (1.57), which is 90 degrees.